From 193935f27e0d65bce33cadcdfeaf9a634e1a9624 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sun, 15 Apr 2001 06:08:10 +0000 Subject: [PATCH] (Info-additional-directory-list): Doc fix. Suggested by Kai Grossjohann . --- lisp/info.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/info.el b/lisp/info.el index 673b5402e41..d3d21468a6a 100644 --- a/lisp/info.el +++ b/lisp/info.el @@ -132,7 +132,8 @@ a version of Emacs without installing it.") (defcustom Info-additional-directory-list nil "List of additional directories to search for Info documentation files. -These directories are not searched for merging the `dir' file." +These directories is searched after those in `Info-directory-list', and +they are not searched for merging the `dir' file." :type '(repeat directory) :group 'info) -- 2.30.2